projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27de09
)
(read-passwd): Fontify the prompt as we do with other prompts.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Nov 2005 12:49:59 +0000
(12:49 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Nov 2005 12:49:59 +0000
(12:49 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 304628cef5ccea809fd31e18bf6b9a5923f5477b..04d341fbfd924849f9deb1ee2ea45b8036140655 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
+
+ * subr.el (read-passwd): Fontify the prompt as we do with other
+ prompts.
+
2005-11-19 Ryan Yeske <rcyeske@gmail.com>
* ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 26a741f91e4667d367fcca89dee5c57eb7474378..778f52abff4d878b2bc3bc0a01244f654a21798d 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1541,6
+1541,8
@@
by doing (clear-string STRING)."
(c 0)
(echo-keystrokes 0)
(cursor-in-echo-area t))
+ (add-text-properties 0 (length prompt)
+ minibuffer-prompt-properties prompt)
(while (progn (message "%s%s"
prompt
(make-string (length pass) ?.))